home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 2001 January / CT_SW0101.ISO / pc / software / kommunik / multimed / snakcarb.sit / Snak 4.6.3 Carbon / Snak Manual.rsrc / TEXT_148.txt < prev    next >
Text File  |  2001-05-12  |  6KB  |  181 lines

  1.       
  2.  
  3. Quick Reference
  4.  
  5. ADMIN          displays information about a server
  6.  
  7. ALIAS            defines a new alias/script that can be executed by
  8.                another script or by the user via the command line
  9.  
  10. ASSIGN    defines a variable that can be used by a script
  11.  
  12. AWAY             leaves a message saying you're not paying attention
  13.  
  14. BRACT            sends the action to all channels. The same as doing /me
  15.                                  in all channels
  16.  
  17. BROADCAST sends the text to all channels. The same as typing 
  18.                                     normally it in to all channels
  19.  
  20. CHANNEL   joins a particular channel  
  21.  
  22. CLEAR      clears the channel window
  23.  
  24. CTCP        performs certain client specific actions
  25.  
  26. DATE        shows server current date and time
  27.  
  28. DCC          handles direct connections to remote clients
  29.                                 Please see the "Using DCC" Chapter for further info
  30.  
  31. DESCRIBE  sends anything about you to a person or channel
  32.  
  33. DNS                    translates between IP addresses and DNS Names
  34.  
  35. FLUSH            Empties the output buffer. When you send many lines to 
  36.                                 the channel at once, the lines may be buffered to avoid
  37.                                 flooding yourself off. The buffering will send a line
  38.                                 every two seconds until the buffer is empty.
  39.  
  40. ECHO                Script command to output a message locally
  41.                             
  42. IGNORE     causes messages from specific people to be ignored
  43.                                 /ignore on its own causes the ignore list to be displayed
  44.                                 From the ignore list you can add, delete and edit Ignore
  45.                                 masks. The mask is a "filter" that determines what 
  46.                                 people are affected.
  47.                                 You can also add or delete ignore masks from the input
  48.                              field. To add an ignore use:
  49.                                 /ignore nick ALL/CTCP/MSGS/INVITES/NOTICES
  50.                                 To remove an ignore use /ignore nick -ALL
  51.                                     
  52.                                 The command supports nicknames and userhost.
  53.  
  54.                                 The easiest way to ignore someone is to drag their 
  55.                                 nickname from the userlist to the Ignore panel in 
  56.                                 the preferences window.
  57.  
  58. INVITE     invitate another user to join a channel - operator only
  59.                                 parameters:
  60.                                 <nick> [<optional channel>]
  61.  
  62.                                 use * or nothing for current channel
  63.  
  64. JOIN        joins a particular channel
  65.                                 parameters:
  66.                                 [-invite|<channel>[<optional key>]
  67.                                 To join multiple channels with one command, separate
  68.                                 channel names by comma. There may not be spaces in the                 
  69.                                 list. Use    -invite  to join the last channel you were
  70.                                 invited to
  71.  
  72. KICK        removes someone from the channel.
  73.          parameters:
  74.          <nickname> [<optional reason>]
  75.                                 Ops only
  76.  
  77. KICKBAN        bans and removes someone from the channel.
  78.          Displays a dialog where you can fine tune the nickname or
  79.          domain that will be banned from the channel.
  80.          parameters:
  81.          <nickname> [<optional reason>]
  82.                                 Ops only
  83.  
  84. LEAVE      leave a channel
  85.                                 use * for current channel
  86.  
  87. LIST         lists channels, number of users, topic
  88.                                 Use the List Channels menu item in the File menu for 
  89.                                 best result
  90.  
  91. LOAD        loads a script file that is located in the Scripts folder
  92.                                 in your Snak folder
  93.  
  94. MODE        changes channel mode
  95.  
  96. MOTD        displays the server message-of-the-day
  97.  
  98. MSG          sends a private message
  99.  
  100. NICK         changes your nickname
  101.  
  102. NOTICE     sends a private message
  103.  
  104. NOTIFY      informs you of people logging in or out IRC
  105.                                 You can add users to the notify list by dragging users or
  106.                               text from the channel to the list.
  107.                                 
  108.                                 use /notify <nick> or /notify +<nick> to add a nick.
  109.                                 use /notify -nick, drag it to the trash or press delete to
  110.                               remove a nick from the list
  111.  
  112. OPER                used to obtain IRC operator privileges on a server
  113.                                 This will only work if you are authorized to access the
  114.                           server. Syntax is /oper nick password
  115.  
  116. OMSG                Sends a message to all ops on the channel
  117.  
  118. ONOTICE    Sends a notice to all ops on the channel
  119.  
  120. PART                leave a channel
  121.                                 use * for current channel
  122.  
  123. PING                 Used to find the response time (lag time) between you
  124.                                  and another nickname. Can also be used to ping an entire
  125.                                  channel by using the channel name as the parameter. Do
  126.                                  not overdo that. Many people find it offensive.
  127.  
  128. QUERY       starts a private conversation
  129.  
  130. QUIT         exits your IRC session
  131.  
  132. SAY                        script command to send some text to the channel
  133.                                     If you want to keep the message local , use the echo
  134.                                     command 
  135.  
  136. SERVER            allows you to change the server that you are currently 
  137.                                     connected to. You can specify a server name and port
  138.                                     number to connect to a server that is not listed in the
  139.                                     connection record. If there are multiple servers listed
  140.                                     in the connection you can also step through the servers
  141.                                     with /Server + and /Server -
  142.  
  143. STATS       shows some irc server usage statistics
  144.  
  145. TIME          shows server current date and time
  146.  
  147. TIMER                used to introduce a delay in a script. 
  148.  
  149.                                     /timer 5 /msg send this after 5 seconds
  150.                                     
  151.                                     This will send the message after 5 seconds
  152.  
  153. TOPIC        changes the topic of the channel
  154.  
  155. TRACE        shows the server connections of the given machine
  156.  
  157. TYPE                    sends a text file to the channel line by line
  158.                                     takes either a full path or no parameters.
  159.                                     If no parameters are given, then a file select dialog is             
  160.                                     opened.
  161.  
  162. USERS        prints users logged on the server machine
  163.  
  164. VERSION     shows client and server version number
  165.  
  166. WHO           gives a listing of users. Wildcards are supported.
  167.                                     Output goes to console window.
  168.                                     [-switch[<arg>]] [<wildcard expression>]
  169.  
  170.                                     switch can be "OPERATORS",  "LUSERS", "CHOPS", "HOST",                                
  171.                                     "HERE", "AWAY", "SERVER", "NAME, "NICK"                    
  172.  
  173.                                     /WHO *.dk will return a list of all Danish users.
  174.                                     If the user has a "+i" (invisible) flag set, he/she will
  175.                                   not be listed.
  176.                                     
  177.  
  178. WHOIS        displays information about a particular nick
  179.  
  180. WHOWAS    displays information about someone who just left
  181.